home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / MCC68K.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  1KB  |  62 lines

  1. /* (c) R&D Associates 1995-1997.
  2.     All Rights Reserved.
  3.  
  4.     For Microtek 68K.
  5.  
  6.     Build mcc68k using:
  7.  
  8.         clint mcc68k.c -L+mcc68k.clb -3 -H -I. %1 %2 %3 -3 -KB0 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. */
  11.  
  12. /* Force correct stuff even if the wrong compiler is specified. */
  13.  
  14. #undef __TURBOC__
  15. #undef __BORLANDC__
  16. #undef __SC__
  17. #undef __ZTC__
  18. #undef zpage
  19. #undef no_init
  20. #undef monitor
  21. #undef non_banked
  22. #undef _handle
  23. #undef selector
  24. #undef _SIZEOF_INT
  25. #undef _SIZEOF_LONG
  26. #undef __TID__
  27. #undef MSC_VER
  28. #undef WIN32_LEAN_AND_MEAN
  29. #undef __FLAT__
  30. #undef __WIN32__
  31. #undef _WIN32
  32. #undef M_I86
  33. #undef _M_IX86
  34. #undef __declspec
  35. #undef __inline
  36. #undef __int64
  37. #undef __unaligned
  38.  
  39. #define packed
  40. #define _SIZEOF_INT            4
  41. #define _SIZEOF_LONG        4
  42.  
  43. #include "assert.h"
  44. #include "ctype.h"
  45. #include "errno.h"
  46. #include "float.h"
  47. #include "limits.h"
  48. #include "locale.h"
  49. #include "math.h"
  50. #include "mathf.h"
  51. #include "mriext.h"
  52. #include "setjmp.h"
  53. #include "signal.h"
  54. #include "stdarg.h"
  55. #include "stddef.h"
  56. #include "stdio.h"
  57. #include "stdlib.h"
  58. #include "string.h"
  59. #include "time.h"
  60.  
  61. /* End of file. */
  62.